sqlite-net icon indicating copy to clipboard operation
sqlite-net copied to clipboard

can be add DEFAULT Attribute

Open wanderingies opened this issue 3 years ago • 0 comments

CREATE TABLE "role" ( "id" integer NOT NULL DEFAULT 1 UNIQUE, }

wanderingies avatar Oct 12 '22 13:10 wanderingies