Initial commit: OMSORG website + Mitarbeiter-App
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
return [
|
||||
'description' => 'Einsatzanweisung table',
|
||||
'up' => [
|
||||
"CREATE TABLE IF NOT EXISTS einsatzanweisung (
|
||||
id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
|
||||
user_id INT NOT NULL UNIQUE,
|
||||
filename VARCHAR(255) NOT NULL DEFAULT '',
|
||||
original_name VARCHAR(255) NOT NULL DEFAULT '',
|
||||
ort VARCHAR(255) NOT NULL DEFAULT '',
|
||||
uploaded_at VARCHAR(32) NOT NULL DEFAULT ''
|
||||
)",
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user