mirror of https://github.com/itflow-org/itflow
Update db.sql
This commit is contained in:
parent
c7ca89b2e3
commit
df9f5fb001
2
db.sql
2
db.sql
|
|
@ -45,7 +45,7 @@ CREATE TABLE `accounts` (
|
|||
`account_created_at` datetime NOT NULL DEFAULT current_timestamp(),
|
||||
`account_updated_at` datetime DEFAULT NULL ON UPDATE current_timestamp(),
|
||||
`account_archived_at` datetime DEFAULT NULL,
|
||||
PRIMARY KEY (`account_id`),
|
||||
PRIMARY KEY (`account_id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue