D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
modules
/
laravel
/
resources
/
db
/
Migrations
/
Filename :
202201211540_AddAppliactionsTable.sql
back
Copy
-- Copyright 1999-2024. WebPros International GmbH. All rights reserved. CREATE TABLE IF NOT EXISTS `applications` ( `id` INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, `domainId` INTEGER NOT NULL, `name` TEXT NOT NULL, `repoName` TEXT );