-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
status:ready for adoptionFeel free to implement this issue.Feel free to implement this issue.type:enhancementEnhancementEnhancement
Description
Related with yiisoft/db-migration#219
CREATE TABLE `table_name` -- table comment
(
id INTEGER, -- field comment
);
Comments can be obtained using query
SELECT sql FROM sqlite_master WHERE type='table' AND tbl_name='table_name';
vjik and FredBethonico
Metadata
Metadata
Assignees
Labels
status:ready for adoptionFeel free to implement this issue.Feel free to implement this issue.type:enhancementEnhancementEnhancement