Skip to content

Commit

Permalink
Tweaks to create table page, refs #5
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Sep 9, 2023
1 parent eb830d8 commit baa9fe7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,11 @@ <h1>Create a table in <a href="{{ base_url }}{{ database.name|quote_plus }}">{{

<form action="{{ base_url }}-/edit-schema/{{ database.name|quote_plus }}/-/create" method="post">
<p>
<label for="table_name">Name:</label>
<label for="table_name">Table name: &nbsp;</label>
<input type="text" required="1" id="table_name" name="table_name" size="20" style="width: 30%">
</p>
<h2>Columns</h2>
<p style="font-size: 0.8em;">If the primary key is an integer it will automatically count up from 1</p>
<ul class="editable-columns">
<!-- primary key comes first and is not sortable -->
<li>
Expand Down

0 comments on commit baa9fe7

Please sign in to comment.