mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-09 03:04:20 +01:00
sqlite3-parser: box the create table body
This commit is contained in:
@@ -112,7 +112,7 @@ pub enum Stmt {
|
||||
/// table name
|
||||
tbl_name: QualifiedName,
|
||||
/// table body
|
||||
body: CreateTableBody,
|
||||
body: Box<CreateTableBody>,
|
||||
},
|
||||
/// `CREATE TRIGGER`
|
||||
CreateTrigger {
|
||||
|
||||
Reference in New Issue
Block a user