forked from HPR/hpr_generator
Add database creation scripts for sqlite old HPR schema
This commit is contained in:
8
_sql/sqlite/Create_Table_licenses.sql
Normal file
8
_sql/sqlite/Create_Table_licenses.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- licenses definition
|
||||
|
||||
CREATE TABLE licenses (
|
||||
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
|
||||
short_name VARCHAR(11) NOT NULL,
|
||||
long_name VARCHAR(40) NOT NULL,
|
||||
url VARCHAR(80) NOT NULL
|
||||
);
|
Reference in New Issue
Block a user