aboutsummaryrefslogtreecommitdiff
path: root/migrations/2021-05-03-213037_create_user_properties/up.sql
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/2021-05-03-213037_create_user_properties/up.sql')
-rw-r--r--migrations/2021-05-03-213037_create_user_properties/up.sql12
1 files changed, 6 insertions, 6 deletions
diff --git a/migrations/2021-05-03-213037_create_user_properties/up.sql b/migrations/2021-05-03-213037_create_user_properties/up.sql
index 11b8893..7e93a04 100644
--- a/migrations/2021-05-03-213037_create_user_properties/up.sql
+++ b/migrations/2021-05-03-213037_create_user_properties/up.sql
@@ -1,8 +1,8 @@
CREATE TABLE user_properties (
- user_name TEXT NOT NULL PRIMARY KEY,
- property_id INTEGER NOT NULL,
- property_flags INTEGER NOT NULL,
- property_access INTEGER NOT NULL,
- property_string_value INTEGER NOT NULL,
- property_binary_value TEXT
+ user_name TEXT NOT NULL PRIMARY KEY,
+ property_id INTEGER NOT NULL,
+ property_flags INTEGER NOT NULL,
+ property_access INTEGER NOT NULL,
+ property_string_value INTEGER NOT NULL,
+ property_binary_value TEXT
)