mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-31 23:49:28 +00:00
feat(macros): support nullable column override
This commit is contained in:
committed by
Ryan Leckey
parent
897c8f429a
commit
f2515e2472
@@ -6,3 +6,5 @@ CREATE TABLE tweet
|
||||
is_sent BOOLEAN NOT NULL DEFAULT TRUE,
|
||||
owner_id BIGINT
|
||||
);
|
||||
|
||||
insert into tweet(id, text, owner_id) values (1, '#sqlx is pretty cool!', 1);
|
||||
|
||||
Reference in New Issue
Block a user