ed
This commit is contained in:
parent
19fb68f805
commit
01d047b3cc
53 changed files with 3222 additions and 5 deletions
7
resources/[housing]/ox_doorlock/sql/ox_doorlock.sql
Normal file
7
resources/[housing]/ox_doorlock/sql/ox_doorlock.sql
Normal file
|
@ -0,0 +1,7 @@
|
|||
CREATE TABLE
|
||||
IF NOT EXISTS `ox_doorlock` (
|
||||
`id` int (11) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`name` varchar(50) NOT NULL,
|
||||
`data` longtext NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue