📄 9e92dd026edcd4bae7113528f05c07fb.php
字号:
<?php return array ( 'BOOK' => array ( 'ID' => array ( 'name' => 'id', 'scale' => NULL, 'type' => 'int', 'maxLength' => '6', 'simpleType' => 'R', 'notNull' => true, 'primaryKey' => true, 'autoIncrement' => true, 'binary' => false, 'unsigned' => false, 'hasDefault' => false, ), 'TITLE' => array ( 'name' => 'title', 'scale' => NULL, 'type' => 'varchar', 'maxLength' => '100', 'simpleType' => 'C', 'notNull' => true, 'primaryKey' => false, 'autoIncrement' => false, 'binary' => false, 'unsigned' => false, 'hasDefault' => false, ), 'AUTHOR' => array ( 'name' => 'author', 'scale' => NULL, 'type' => 'varchar', 'maxLength' => '100', 'simpleType' => 'C', 'notNull' => true, 'primaryKey' => false, 'autoIncrement' => false, 'binary' => false, 'unsigned' => false, 'hasDefault' => false, ), 'PUBLISHER' => array ( 'name' => 'publisher', 'scale' => NULL, 'type' => 'varchar', 'maxLength' => '50', 'simpleType' => 'C', 'notNull' => true, 'primaryKey' => false, 'autoIncrement' => false, 'binary' => false, 'unsigned' => false, 'hasDefault' => false, ), 'PUBLISH_YEAR' => array ( 'name' => 'publish_year', 'scale' => NULL, 'type' => 'year', 'maxLength' => '4', 'simpleType' => 'I', 'notNull' => true, 'primaryKey' => false, 'autoIncrement' => false, 'binary' => false, 'unsigned' => false, 'hasDefault' => false, ), 'TOTAL' => array ( 'name' => 'total', 'scale' => NULL, 'type' => 'int', 'maxLength' => '3', 'simpleType' => 'I', 'notNull' => true, 'primaryKey' => false, 'autoIncrement' => false, 'binary' => false, 'unsigned' => false, 'hasDefault' => false, ), 'LEAVE_NUMBER' => array ( 'name' => 'leave_number', 'scale' => NULL, 'type' => 'int', 'maxLength' => '3', 'simpleType' => 'I', 'notNull' => true, 'primaryKey' => false, 'autoIncrement' => false, 'binary' => false, 'unsigned' => false, 'hasDefault' => false, ), 'OTHER' => array ( 'name' => 'other', 'scale' => NULL, 'type' => 'text', 'maxLength' => -1, 'simpleType' => 'X', 'notNull' => false, 'primaryKey' => false, 'autoIncrement' => false, 'binary' => false, 'unsigned' => false, 'hasDefault' => false, ), ), 'LEND' => array ( 'ID' => array ( 'name' => 'id', 'scale' => NULL, 'type' => 'int', 'maxLength' => '6', 'simpleType' => 'R', 'notNull' => true, 'primaryKey' => true, 'autoIncrement' => true, 'binary' => false, 'unsigned' => false, 'hasDefault' => false, ), 'BOOK_ID' => array ( 'name' => 'book_id', 'scale' => NULL, 'type' => 'int', 'maxLength' => '6', 'simpleType' => 'I', 'notNull' => true, 'primaryKey' => false, 'autoIncrement' => false, 'binary' => false, 'unsigned' => false, 'hasDefault' => false, ), 'BOOK_TITLE' => array ( 'name' => 'book_title', 'scale' => NULL, 'type' => 'varchar', 'maxLength' => '100', 'simpleType' => 'C', 'notNull' => true, 'primaryKey' => false, 'autoIncrement' => false, 'binary' => false, 'unsigned' => false, 'hasDefault' => false, ), 'LEND_TIME' => array ( 'name' => 'lend_time', 'scale' => NULL, 'type' => 'date', 'maxLength' => -1, 'simpleType' => 'D', 'notNull' => true, 'primaryKey' => false, 'autoIncrement' => false, 'binary' => false, 'unsigned' => false, 'hasDefault' => false, ), 'RENEW_TIME' => array ( 'name' => 'renew_time', 'scale' => NULL, 'type' => 'date', 'maxLength' => -1, 'simpleType' => 'D', 'notNull' => false, 'primaryKey' => false, 'autoIncrement' => false, 'binary' => false, 'unsigned' => false, 'hasDefault' => false, ), 'USER_ID' => array ( 'name' => 'user_id', 'scale' => NULL, 'type' => 'int', 'maxLength' => '3', 'simpleType' => 'I', 'notNull' => true, 'primaryKey' => true, 'autoIncrement' => false, 'binary' => false, 'unsigned' => false, 'hasDefault' => false, ), ), 'LEND_LOG' => array ( 'ID' => array ( 'name' => 'id', 'scale' => NULL, 'type' => 'int', 'maxLength' => '8', 'simpleType' => 'R', 'notNull' => true, 'primaryKey' => true, 'autoIncrement' => true, 'binary' => false, 'unsigned' => false, 'hasDefault' => false, ), 'BOOK_ID' => array ( 'name' => 'book_id', 'scale' => NULL, 'type' => 'int', 'maxLength' => '6', 'simpleType' => 'I', 'notNull' => true, 'primaryKey' => false, 'autoIncrement' => false, 'binary' => false, 'unsigned' => false, 'hasDefault' => false, ), 'USER_ID' => array ( 'name' => 'user_id', 'scale' => NULL, 'type' => 'int', 'maxLength' => '3', 'simpleType' => 'I', 'notNull' => true, 'primaryKey' => false, 'autoIncrement' => false, 'binary' => false, 'unsigned' => false, 'hasDefault' => false, ), 'LEND_TIME' => array ( 'name' => 'lend_time', 'scale' => NULL, 'type' => 'date', 'maxLength' => -1, 'simpleType' => 'D', 'notNull' => true, 'primaryKey' => false, 'autoIncrement' => false, 'binary' => false, 'unsigned' => false, 'hasDefault' => false, ), 'RETURN_TIME' => array ( 'name' => 'return_time', 'scale' => NULL, 'type' => 'date', 'maxLength' => -1, 'simpleType' => 'D', 'notNull' => false, 'primaryKey' => false, 'autoIncrement' => false, 'binary' => false, 'unsigned' => false, 'hasDefault' => false, ), ),);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -