mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-08-14 17:41:37 +08:00
🎨 Run pre-commit on all files and autoformat (#666)
This commit is contained in:

committed by
GitHub

parent
7f72c60ae4
commit
27a81b2112
@ -422,15 +422,15 @@ INFO Engine PRAGMA main.table_info("hero")
|
||||
INFO Engine [raw sql] ()
|
||||
INFO Engine PRAGMA temp.table_info("hero")
|
||||
INFO Engine [raw sql] ()
|
||||
INFO Engine
|
||||
INFO Engine
|
||||
|
||||
// Finally, the glorious SQL to create the table ✨
|
||||
|
||||
CREATE TABLE hero (
|
||||
id INTEGER,
|
||||
name VARCHAR NOT NULL,
|
||||
secret_name VARCHAR NOT NULL,
|
||||
age INTEGER,
|
||||
id INTEGER,
|
||||
name VARCHAR NOT NULL,
|
||||
secret_name VARCHAR NOT NULL,
|
||||
age INTEGER,
|
||||
PRIMARY KEY (id)
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user