Skip to content

Support comments for tables and columns #276

Open
@Tigrov

Description

@Tigrov

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';

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions