Add Schema definition changes to support the linter functions
Some checks failed
CI / release-test (push) Failing after 16s
Some checks failed
CI / release-test (push) Failing after 16s
This commit is contained in:
@@ -15,7 +15,8 @@ create temporary view columns as
|
||||
"notnull",
|
||||
dflt_value is not null as has_default_value,
|
||||
ifnull(dflt_value, 0) dflt_value,
|
||||
pk as is_primary_key,
|
||||
pk != 0 as is_primary_key,
|
||||
pk as primary_key_rank,
|
||||
fk."table" is not null as is_foreign_key,
|
||||
ifnull(fk."table", '') as fk_target_table,
|
||||
ifnull(fk."to", '') as fk_target_column
|
||||
|
||||
Reference in New Issue
Block a user