9e92dd026edcd4bae7113528f05c07fb.php
来自「图书管理系统的代码,是一个不错的东东哦 用户名为ADMIN为管理员」· PHP 代码 · 共 278 行
PHP
278 行
<?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 + =
减小字号Ctrl + -
显示快捷键?