MigrationTable: Difference between revisions
Jump to navigation
Jump to search
Created page with " {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(8) unsigned |PRI | |auto_increment | |- | |username |varchar(50) |UNI |0 | | |- | |script |text | | | | |- | |email |varchar(64) | | | | |- | |time |int(12) | | | | |- | |done |char(1) | |N | | |}" |
(No difference)
|
Latest revision as of 12:39, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
id | int(8) unsigned | PRI | auto_increment | |||
username | varchar(50) | UNI | 0 | |||
script | text | |||||
varchar(64) | ||||||
time | int(12) | |||||
done | char(1) | N |