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 13665 by niro, Wed Aug 30 13:56:46 2017 UTC revision 13666 by niro, Thu Jul 25 12:55:42 2019 UTC
# Line 36  create_database_schema() Line 36  create_database_schema()
36   "name varchar(255) NOT NULL"   "name varchar(255) NOT NULL"
37   "exec varchar(255) NOT NULL"   "exec varchar(255) NOT NULL"
38   "comment varchar(255) DEFAULT NULL"   "comment varchar(255) DEFAULT NULL"
39     "enabled tinyint(1) NOT NULL DEFAULT '1'"
40   )   )
41   sql_create_table   sql_create_table
42    

Legend:
Removed from v.13665  
changed lines
  Added in v.13666