Magellan Linux

Diff of /alx-src/branches/alx-web-070/scripts/sql-schema/include/schema.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9463 by niro, Thu Apr 6 12:53:35 2017 UTC revision 9464 by niro, Thu Apr 6 12:57:07 2017 UTC
# Line 276  create_database_schema() Line 276  create_database_schema()
276    
277   TABLE_DEFINITION=(   TABLE_DEFINITION=(
278   "client_serials"   "client_serials"
279   "serial int(11) NOT NULL PRIMARY KEY"   "serial int(11) NOT NULL PRIMARY KEY AUTO_INCREMENT"
280   "location varchar(255) NOT NULL"   "location varchar(255) NOT NULL"
281   "mtime int(11) DEFAULT NULL"   "mtime int(11) DEFAULT NULL"
282   "mac varchar(17) NOT NULL"   "mac varchar(17) NOT NULL"

Legend:
Removed from v.9463  
changed lines
  Added in v.9464