Skip to content

Commit 299f9c8

Browse files
committed
Add rest of sql.txt to sql.rst
1 parent 4df58a6 commit 299f9c8

File tree

3 files changed

+587
-26
lines changed

3 files changed

+587
-26
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
stack (
2+
line(
3+
choice(
4+
None,
5+
line(' CONSTRAINT ', 'name')
6+
)
7+
),
8+
line(
9+
choice(
10+
line(' PRIMARY ', ' KEY '),
11+
line(' NOT NULL '),
12+
line(' UNIQUE '),
13+
line(' DEFAULT ', 'expression'),
14+
line('foreign-key-clause')
15+
)
16+
)
17+
)
Lines changed: 110 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)