`
oywl2008
  • 浏览: 1068616 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

A test Table

 
阅读更多


CREATE TABLE `TAppointMst` (
  `AppId` int(11) NOT NULL AUTO_INCREMENT,
  `AcceptId` int(11) DEFAULT NULL,
  `DayRootId` int(11) DEFAULT NULL,
  `BookId` int(11) DEFAULT '0',
  `WorkUserId` int(11) DEFAULT '0',
  `AppDate` date DEFAULT NULL,
  `FromTime` varchar(4) DEFAULT NULL,
  `ToTime` varchar(4) DEFAULT NULL,
  `FreeTime` int(11) DEFAULT '0',
  `DisPlayIndex` int(11) DEFAULT NULL,
  `DisPlayEndIndex` int(11) DEFAULT NULL,
  `DisPlayLineSpan` varchar(50) DEFAULT NULL,
  `MemberCnt` int(11) DEFAULT '0',
  `CarType` int(1) DEFAULT '0',
  `AppIntentionId` int(3) DEFAULT '0',
  `AppResutId` int(3) DEFAULT '0',
  `Sales` decimal(10,0) DEFAULT NULL,
  `CardSales` decimal(10,0) DEFAULT NULL,
  `FirstMenoy` decimal(10,0) DEFAULT NULL,
  `LeavMenoy` decimal(10,0) DEFAULT NULL,
  `LeavMenoyDate` date DEFAULT NULL,
  `Comment` text,
  `Comment2` text,
  `Comment3` text,
  `ReportUser` text,
  `OverHour` varchar(2) DEFAULT NULL,
  `OverMinute` varchar(2) DEFAULT NULL,
  `Status` int(1) DEFAULT '0',
  `HelpAppId` int(11) DEFAULT '0',
  `ConfirmUserId` int(11) DEFAULT NULL,
  `ParentAppId` int(11) DEFAULT '0',
  `ChildAppId` int(11) DEFAULT '0',
  `ParentPlanDate` date DEFAULT NULL,
  `ChildPlanDate` date DEFAULT NULL,
  `Yobi1` int(11) DEFAULT '0',
  `Yobi2` int(11) DEFAULT '0',
  `Yobi3` int(11) DEFAULT '0',
  `Yobi4` int(11) DEFAULT '0',
  `Yobi5` int(11) DEFAULT '0',
  `Yobi6` varchar(50) DEFAULT NULL,
  `Yobi7` varchar(50) DEFAULT NULL,
  `Yobi8` varchar(50) DEFAULT NULL,
  `Yobi9` varchar(50) DEFAULT NULL,
  `Yobi10` varchar(50) DEFAULT NULL,
  `Yobi11` date DEFAULT NULL,
  `Yobi12` date DEFAULT NULL,
  `Yobi13` datetime DEFAULT NULL,
  `InsertDate` datetime NOT NULL,
  `SakuseiSyaId` int(11) NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `UpdateUserId` int(11) NOT NULL,
  PRIMARY KEY (`AppId`),
  KEY `AcceptId` (`AcceptId`), -- index
  KEY `DayRootId` (`DayRootId`),--index
  KEY `AppDate` (`AppDate`),--index
  KEY `WorkUserId` (`WorkUserId`),
  KEY `BookId` (`BookId`)
) ENGINE=InnoDB AUTO_INCREMENT=84191 DEFAULT CHARSET=utf8;

 

 

 

分享到:
评论

相关推荐

    sql语句基础(很好的复习资料)

    COMMENT ON TABLE new_table IS 'This is a test table.'; ``` #### 四、TCL - 事务控制语言 **TCL**主要用于事务的管理,主要包括: - **COMMIT**:提交更改。确保对数据库所做的修改成为永久性的。 ```sql ...

    BURNINTEST--硬件检测工具

    - Corrected a bug where the 2D video memory test in BurnInTest v5.3.1020 and v5.3.1021 would report a "Not enough video memory available for test" error if the test was run a couple of times ...

    pl-table示例代码

    下面我们将深入探讨`pl-table`的相关知识点,并结合`Test`页面的示例代码进行解析。 ### 1. pl-table基本结构 `pl-table`的核心在于通过HTML元素和JavaScript进行配置。一个基本的`pl-table`结构包括以下部分: `...

    Test Driven Development, A J2EE example

    Test Driven Development: A J2EE Example by Russell Gold, Thomas Hammell and Tom Snyder ISBN:1590593278 Apress © 2005 (296 pages) Targeted at Java developers who want to learn how to use test-...

    Test-.Driven.Python.Development.1783987928

    Towards the end of the book, we'll take a look at the most common patterns and anti-patterns associated with test-driven development, including integration of test results into the development ...

    hash table spell checking

    o test.txt - This is a sample text file that contains spelling errors. Tasks To complete this assessment, you need to complete the implementation of class Dictionary and complete the spell checking ...

    Killtest 分享000-M77 题库

    题目询问:Which feature should one use to select specific rows from a Start Table to begin an Extract? A. Selection criteria B. SQL WHERE C. Point and Shoot D. Row List Definitions 正确答案:C. ...

    Addison.Wesley.Test-Driven.iOS.Development

    How to Write a Unit Test Chapter 4. Tools for Testing Chapter 5. Test-Driven Development of an iOS App Chapter 6. The Data Model Chapter 7. Application Logic Chapter 8. Networking Code Chapter 9. ...

    基于Informix+External+Table实现数据快速加载

    REJECTFILE "/opt/informix/test/external_table/orders_rejfile.err", MAXERRORS 100 ); ``` #### 数据加载与卸载 - 加载数据至目的表: ```sql INSERT INTO orders SELECT * FROM orders_ext WHERE 1=1; ```...

    Test-Driven iOS Development with Swift

    Test-driven development (TDD) is a proven way to find software bugs early. Writing tests before your code improves the structure and maintainability of your app. Key Features Learn test-driven ...

    A_SAS_Macro_to_Produce_a_Summary_Table

    而本论文中所描述的SAS宏程序利用了基本的SAS过程和RTF输出目标来生成摘要表,该表能够简洁地总结用户指定的统计量和检验结果,包括卡方检验、费歇尔精确检验、克鲁斯卡尔-沃利斯检验(Kruskal-Wallis test)等分类...

    Lua中table里内嵌table的例子

    `temp_insert_table[1]` 访问的是 `temp_insert_table` 的第一个元素,这是一个 `table`,所以 `temp_insert_table[1].a` 访问的是这个子 `table` 中的键 `a` 的值,输出结果为 `-1`。最后,`temp_insert_table.temp...

    SAP SmartForms Template-Table-Loop-Command

    CREATE A FORM zzz_test1. IN MAINWINDOW -> OUTPUT OPTIONS, FILL THE NECESSARY DETAILS AS SHOWN BELOW. THEN RIGHT CLICK MAINWINDOW AND CREATE PROGRAM LINE. IN CODE, GIVE ZZZ_MAKT AS INPUT PARAMETER AND...

    sqlserver2008案例 .rar

    CREATE TABLE db4test(id INT); GO --修改表 ----增加列A,B ALTER TABLE db4test ADD A VARCHAR(10), B VARCHAR(10); GO ----删除列B ALTER TABLE db4test DROP COLUMN B; GO ----修改字段类型,字段id由INT改为...

    Killtest 免费提供 1Z0-218 资料下载

    Table set sharing enables organizations to group rows of data within a control table by using a high-level key called a SetID. F. Table set sharing enables organizations to share information instead...

    JSP中以TABLE方式显示数据自动分页

    在本例中,"JSP中以TABLE方式显示数据自动分页"是一个常见的需求,特别是在处理大量数据时,分页可以提高用户体验并减轻服务器负担。我们将详细讨论如何实现这个功能。 首先,我们需要一个后台处理类来执行SQL查询...

    table点击表头排序

    点击表头即可实现排序的代码./*table排序步骤 1、给排序的表格加id 2、标题栏加 3、排序的内容加 5、引入此js 6、在文档的末尾加入 ...// var re = /[\u4E00-\u9FA5]/, v1 = re.test(value1), v2 = re...

    Test-Driven Development with Python, 2nd Edition, 2017

    Getting Django Set Up Using a Functional Test Chapter 2. Extending Our Functional Test Using the unittest Module Chapter 3. Testing a Simple Home Page with Unit Tests Chapter 4. What Are We Doing ...

Global site tag (gtag.js) - Google Analytics