• R
    Primary key should be `NOT NULL` · 98fb3744
    Ryuta Kamizono 提交于
    Follow up to #18228.
    
    In MySQL and PostgreSQL, primary key is to be `NOT NULL` implicitly.
    But in SQLite it must be specified `NOT NULL` explicitly.
    98fb3744
schema_dumper.rb 2.9 KB