This website requires JavaScript.
Explore
Help
Sign In
Influxdata
/
influxdb
mirror of
https://github.com/influxdata/influxdb.git
Watch
1
Star
0
Fork
You've already forked influxdb
0
Code
Issues
Projects
Releases
Wiki
Activity
82d1123e78
influxdb
/
sqlite
/
test_migrations
/
0001_create_migrations_tabl...
5 lines
101 B
SQL
Raw
Blame
History
CREATE
TABLE
migrations
(
id
INTEGER
PRIMARY
KEY
AUTOINCREMENT
,
name
TEXT
UNIQUE
NOT
NULL
)
;
Reference in New Issue
View Git Blame
Copy Permalink