CodeIgniter Database Migration Builder
(Doc.)
« OK
+ add single row
Number of rows:
INT
TINYINT
FLOAT
VARCHAR
CHAR
TEXT
DATE
TIME
DATETIME
TIMESTAMP
YEAR
DECIMAL
•unsigned
unsig.=true
unsig.=false
•autoincr.
autoincr.=true
autoincr.=false
•null
null=true
null=false
PK
UK
«
•on del./update
onDelUpdateCasc.
OnDelSetNull
| copy
| delete
SHOW CODE
Create Table
| Update Table
| (add 'created_at' and 'updated_at'
?)