This website requires JavaScript.
Explore
Help
Sign In
AMT-Cheif
/
drift
mirror of
https://github.com/AMT-Cheif/drift.git
Watch
1
Star
0
Fork
You've already forked drift
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
develop
drift
/
examples
/
with_built_value
/
lib
/
tables.drift
5 lines
98 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Explain how to use moor with built_value
2020-02-08 06:29:31 -08:00
CREATE TABLE users (
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
Document basic analysis concept
2022-11-18 07:33:19 -08:00
name TEXT NOT NULL
Explain how to use moor with built_value
2020-02-08 06:29:31 -08:00
);